{ "name": "Template 599", "nodes": [ { "parameters": { "interval": 1800 }, "name": "Schedule Trigger", "type": "n8n-nodes-base.scheduleTrigger", "typeVersion": 1, "position": [ 0, 0 ] }, { "parameters": {}, "name": "Set", "type": "n8n-nodes-base.set", "typeVersion": 1, "position": [ 300, 0 ] }, { "parameters": {}, "name": "Vector DB", "type": "n8n-nodes-base.vectordb", "typeVersion": 1, "position": [ 600, 0 ] }, { "parameters": { "model": "gpt-3.5-turbo", "prompt": "Record event metrics in AWS CloudWatch for monitoring." }, "name": "OpenAI", "type": "n8n-nodes-base.openai", "typeVersion": 1, "position": [ 1200, 0 ] }, { "parameters": {}, "name": "AWS CloudWatch", "type": "n8n-nodes-base.awscloudwatch", "typeVersion": 1, "position": [ 1500, 0 ] } ], "connections": { "Schedule Trigger": { "main": [ [ { "node": "Set", "type": "main", "index": 0 } ] ] }, "Set": { "main": [ [ { "node": "Vector DB", "type": "main", "index": 0 } ] ] }, "Vector DB": { "main": [ [ { "node": "OpenAI", "type": "main", "index": 0 } ] ] }, "OpenAI": { "main": [ [ { "node": "AWS CloudWatch", "type": "main", "index": 0 } ] ] } }, "active": false, "settings": {}, "id": 599 }